Skip to content

WindowHost.BuildWindowCore(HandleRef) method

Defined in

Type: WindowHost Namespace: CrissCross.WPF Assembly: CrissCross.WPF.dll

Applies to

net10.0-windows10.0.19041, net10.0-windows7.0, net9.0-windows10.0.19041, net9.0-windows7.0, net8.0-windows10.0.19041, net8.0-windows7.0, net481, net481

protected override HandleRef BuildWindowCore(HandleRef hwndParent)

View source

Summary: When overridden in a derived class, creates the window to be hosted.

Parameters

NameTypeDescription
hwndParentHandleRefThe window handle of the parent window.

Returns: HandleRef -- The handle to the child Win32 window to create.